net/http.http2Framer.AllowIllegalWrites (field)

11 uses

	net/http (current package)
		h2_bundle.go#L1697: 	AllowIllegalWrites bool
		h2_bundle.go#L2075: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2082: 		if !f.AllowIllegalWrites {
		h2_bundle.go#L2385: 	if (incr < 1 || incr > 2147483647) && !f.AllowIllegalWrites {
		h2_bundle.go#L2499: 	if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2521: 		if !http2validStreamIDOrZero(v) && !f.AllowIllegalWrites {
		h2_bundle.go#L2589: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2629: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2666: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2765: 	if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2779: 	if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {